In This Topic
Sets a value indicating whether this page is writeable.
A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.
Syntax
public void setWriteable(
boolean
)
|
Parameters
- writeable
- True if the page is writeable.
See Also